-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded sample app #23
Conversation
@darrenchann could you please perform first round of review, thanks. |
@darrenchann is that from this repo or the main React Native repo? the settings.gradle file looks different |
Let me review my project structure, it's not looking correct on my end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was able to run new sample app with both platforms on ios/android on my end
NSDK-168
Overview:
This PR replaces the sample app with a more comprehensive app in order to better demonstrate how the wrapper can be embedded in an existing app and how its API can be used.
The app is a simple file manager within the app's folder with the ability to add files from the device's local storage or from the web, plus other miscellaneous functionalities. It uses this package for opening PDF files and for converting Office files to PDF.
The app is built using Expo SDK 46 with bare workflow (ejected) and React Native version 0.69.4.
Testing:
node_modules
, and runyarn install
yarn ios
yarn android